Possible Duplicate:
How can I evaluate the best choice of archive format for compressing files?
I've just downloaded phpBB3 and saw they offer a bz2 (1.51 MB) and a zip (2.35 MB) download. This is the reason why I want to know if the ZIP file format has any advantages over bzip2.
According to the Wikipedia article, the zip-files can be compressed using the bzip2-compression algorithm. Why is the zip-file then that much bigger?