When a user creates an unregistered account while asking a question, or posting an answer without being logged in, there isn't any note that the account being created is linked to the browser being used, and to the cookies created from a Stack Exchange site in that browser.
On Drupal Answers, I noticed that in some cases the user that asked a question adds an answer instead of commenting because the user (I suppose without having any intention) created another user. It could happen because the user cleared the cookies from the browser or because the user used a different browser/computer. The user notices Stack Exchange is asking again a username and an email, but the user probably doesn't understand that adding the same values used the first time, a new, completely unrelated user is being created, nor does he know all the consequences of this (e.g. he cannot edit of the posts created with the other account, as they are two different accounts).
Would not be possible to add a simple text warning about the user being created depending from the cookies present in the used browser?
Unregistered users get a message similar to the following, on the notification bar:
Have you considered registering to preserve your account and reputation across multiple computers?
That message is shown the first time when the unregister user reaches a reputation of 100 points, and it is then shown (apparently) every 100 points more gained. I guess it is done to show the message to users who effectively participate on the site, and not to who is just interested to check out the site.
I also understand that showing a message to somebody who uses the same username, and email address from different browsers/computers could not be the solution. Stack Exchange keeps a record of those values (that is why moderators can search for unregistered users using "Find Users by OpenId, Email, Website, or DisplayName"), but as those values are not validated, two different users could use the same username and email (maybe a fake one) to register, and in that case the users should not get a message about registering. (If that would happen, somebody could try finding the email address used for an unregistered account.)
Update
Since moderators cannot anymore merge accounts, maybe a warning should be given in some cases, for example:
When a unregistered account is used to answer a question asked using another account with the same username and email address
When a registered account is used to answer a question asked using another unregistered account with the same username and email address
There are other actions that could trigger the control, but I am not sure in which cases it is more appropriate. I imagine that voting could be another action that could cause the system to check who is voting whom, but maybe in this case the warning should not be given immediately.