This relates to reads and writes. An example of a sequential write is a write to a log file on a dedicated drive . The writes are written in order , one after the other.
In contrast a random write . Another example is Bulk Insert .
In contrast a random write , is an OLTP write (which can also be a sequential write depending on the DML)