Should I chose higher CPU/low bandwidth or slightly slower CPU/higher bandwidth?

I have some servers that do a lot of file zipping operations. This also means that all the files have to be remotely downloaded first before being zipped and remotely uploaded, or remotely streamed to clients.
I have the option of either upgrading old servers or getting new ones.

The old server specs are about 3.1 GHz and bandwidth averaging 100 Mbps. The new server specs are about 2.4 GHz and the bandwidth guaranteed to be 1000 Mbps up to 2000 Mbps. Memory usage should remain the same or be reduced in the new iteration.

At this point, I have figured out my RAM and Disk usage. That is not an issue. The question leans on how CPU speeds and bandwidth affect streamed downloads.

Those are my options.
Which option is better for my use case?


You should track CPU and bandwidth usage on your current servers when they are performing those "zipping operations".

If they use 100% CPU, go for faster CPUs; if they use 100% bandwidth, go for higher bandwidth.


Also, please note that newer CPUs can be a lot faster than older ones, regardless of nominal GHz values; the number of CPU cores is also relevant (assuming those "zipping operations" are multithreaded and/or run in parallel).