What is the difference between find and children methods?

What is the difference between find and children methods?

find() method can travel to any level down whereas children() method can travel only to single level down.