There are a few reasons you might want to know the name (index hints, changing the index, etc), but all are fairly rare so it's not really important that you name them explicitly. If you need the name, you could always look it up later.
I tend to name my indexes and constraints just to be explicit. I use the format IX_table_name_column_name to keep things simple.