It is used to determine an efficient file organization for each base relation.
For example, if we want to retrieve student records in alphabetical order of name, sorting the file by student name is a good file organization.
However, if we want to retrieve all students whose marks is in a certain range, a file ordered by student name would not be a good file organization.
Some file organizations are efficient for bulk loading data into the database but inefficient for retrieve and other activities.