The low power technique you means is power-gating.
It is the technique that you can turn off the power supply for specific region within IC.
Here the "turn off" means no power supply instead of inactive state.
For example, you would like to turn off the power supply of arithmetic during sleep mode.
Therefore, the logic can be divided into 1. always-on logic 2. shut-down logic
However, there is data path between these two logic. As the result, we need isolation cell between them.
The purpose of isolation cell is to isolate the unknown signal from shut-down logic to avoid unpredictable output.
For instance, the flip-flop sample the sum of adder which is on shut-down region.
Once the adder is turned off, the sum is unknown or high-impedance since there is no power supply anymore.
Now the flip-flop can't directly sample the sum of adder. This will cause unpredictable result.
To isolate this input, we insert isolation cell by tool automatically. For example, OR gate with power-off active-high signal.