Can Linear Search Ever be Effective?

I wanted to understand when it makes sense to use a linear search algorithm and when it does not. I understand that it will work best if the item is first In the list and worst if it’s last in the list, but how does this translate into the real world?