Because the file allocation bitmap is half the size (32KB clusters vs 16KB clusters = less clusters to track in the bitmap = bitmap is half the size).
Therefore there is 'more' space available to actually 'store' files.
That said, each file will be rounded up to the nearest 32KB block, so the...