Consider a full transport belt (both lanes) and suppose that only one lane is being emptied further down, I want to spread that demand over both lanes.
Flow diagram:
-->| demand |oooo
-->|rebalancer|---->
My current attempt is based on the preference of an inserter to take items from the nearest lane:

The double desing is to ensure throughput when demand is high.
Does anyone know of a better/passive design for this?