in reply to Creative use of pack/unpack

As discussed in this node you can use it to implement fixed-width parsing of data.

Also, I would imagine it would be good for making translation between host and network byte order on little Endian architectures.