When you run gsutil cp, it will usually say something like:
Copying s3://your_bucket/your_file [Content-Type=binary/octet-stream]...
At that time the CPU becomes busy with the process for a while before its weight is put on the network.
My question is: what is gsutil doing that takes CPU time before it starts the transfer?