assuming a fairly reliable connection, if you have to send an ACK for each packet you get, for N packets you'll send N responses (ACK) back.
However, if you only send a response for missing/broken packets (NACK), if 1 of N packets arrived broken you'll only send 1 NACK.