parent and parents DOM selector method names

parent and parents DOM selector method names

Why do we use the  parent  method to select the immediate parent of a DOM object and parents to select its ancestors?

This implies that there can be parallel html tags that act as a parent of a html tag.  Which is not the case unless I am missing something.

Why not use parent and ancestor instead?