Queues operate on the FirstInFirstOut principle. In Accounting, FIFO is one common way of "tracking" inventory. Contrast with LastInFirstOut (LIFO), and with tracking specific items. Generally the best approach when concerned about "fairness" (that is, minimizing worst-case wait-time). See DataStructures.