Themes - Removing HTML id attributes

I am in the process of designing a custom theme, currently for login only. For this I use the base theme and keep most of the logic.
The structure of the HTML elements inside of logic blocks, however, I would like to rework strongly. Thereby the question arises for me whether the HTML ids are used e.g. for JavaScript or whether I can omit them completely?

Thanks in advance!