The Big O definitions are used to establish a relative order among functions. Given two functions, there are usually points where one function is smaller than the other function but it does not necessarily make sense to claim the smaller function is less than the larger one. Thus, we compare their relative rates of growth.