Why use the function_call arg in model.bind ? It works the same without it too

In the notebook for lesson 4 there is function_call arg added at most places for model.bind.

I don’t understand why we need to do this because even without that I get the exact same results.

The tutorial doesn’t really explain the importance/role of this arg.

Moreover Lesson 7 stops using it entirely.