Sequentially means one after the other on the media. Disks are rarely used this way. Things are usually written in sectors. The sectors may not be in order. Normally you don't see this when you read and write because the OS hides this from you.
If you simply allow the OS to work with the data as a single flat structure you may have one entry that is partly on one sector and partly on another. This means that to seek to that element and read it, two sectors must be read. You will take a major speed hit if you allow that to happen.