In my experience zstd is considerably faster than gzip for compression and decompression, especially considering zstd can utilize all cores.
gzip is inferior to zstd in practically every way, no contest.
But in many cases, we unfortunately can't (gzip/Deflate is baked into tons of non-updateable hardware devices for example).