Single vs Multiple Files
GZIP is an algorithm designed to compress a single file or stream. ZIP is an archive format that bundles multiple files together and compresses them individually.
Web Performance
GZIP is heavily used by web servers to compress HTML, CSS, and JS files on the fly before sending them to the browser, vastly improving load times.