IIRC conduits do the computations per block that is sending or receiving to/from a conduit, while pipes calculate on a per pipe basis. So if you have 2 machines connected to a 1km long length of conduits, it only computes both ends, while if you do the same with pipes it calculates all 1,000 pipes.