If you increase the block size then your scan throughput increases and random-access latency decreases.
Generally, larger block size is preferred if files are primarily for sequential access. Smaller blocks are good for random access, but require more memory to hold the block index, and may be slower to create.
Hope this helps.