Was the tiff files already compressed?
Many lossless compression algorithms will just add a bit when they encounter files they are not able to compress.
Here's the explanation from
gzip.org:
Compression is always performed, even if the compressed file is
slightly larger than the original. The worst case expansion is
a few bytes for the gzip file header, plus 5 bytes every 32K block,
or an expansion ratio of 0.015% for large files. Note that the actual
number of used disk blocks almost never increases.