Why is a new Git tag generated for every Jenkins build? What is the significance of that tag?

When I create a new build from a Git branch, a new Git tag is generated for every Jenkins build, irrespective of success or failure. What is the significance of that tag?

image