Fiona is developing an online ticketing system for a local music festival. She plans to use a binary search algorithm to find specific ticket IDs in a sorted array.
Explain one advantage of a binary search compared to a linear search in this context.