Why does parity of redstone wire length affect piston behavior?

Solution 1:

Short answer: It is a bug.

The issue was reported with bug id MC-11193 in the year 2013 for the release 1.5 including a video on Youtube. Today the bug is still unsolved.

Mojang does neither supply Minecraft's source code nor discuss bugs with the community in detail, so all we "know" are assumptions from bug reporters or mod developers why Minecraft behaves as it does. They say that the reason lies in the order that the blocks under the redstone dusts are updated. However these days, some mod developers discuss on the official bug site, how to correct the bug within their mods.

From my own experiences I can say:

  • Your blue wool button may or may not work correctly, depending on its position and the direction of the redstone signal in any any Minecraft release.

  • Your orange wool button seems to work correctly since release 1.14.

A simple workaround to avoid these problems: Replace all redstone powered blocks above the piston as well as its adjacent ones with top slabs. This way you force the piston to use quasi-connectivity, which works correctly in this case.