if you have 2 dispensers or droppers next to each other and at the same time powerd the block above them, at the first pulse they both fire, but every pulse afte only oner fires.
I made a screen shot with an observer clock and a row of droppers, there you can see that half of the droppers doesn't fire.
a way to mimic it slowly is by place redstone blocks above it in the following order:
place above 1 (it fires).
place above 2 (it fires).
remove above 1.
remove above 2.
place above 1 (it does not fire).
if you give dropper 1 an block update between step 4 and 5, it will fire at step 5.
Dupe of MC-11193
The weird update order causes the first dropper to not receive an update to unpower it