FIFOs ensure that the data that is written first, is read first. This queue system guarantees that the sequence of data is preserved during the communication. This property is crucial for many applications where the order of operation needs to be maintained.
FIRST IN FIRST OUT of data means that data written first is to be read first .This orderly system gurantee that sequence of data is preserved during communication.