pitfall: networks run out of bandwidth first
The number of bytes per second is only one metric; consider packets per second also. This is sometimes the wall you hit first.
Fixed packet processing cost appears to far outweigh the incremental cost to transmit more bytes as part of the same packet
This fits nicely with the previous observation: CPU is only fast enough for n packets/sec
This is old news to Cisco, backbone ISPs, etc.