Shader Graph and graphics rendering in general can't be entirely certain when an alpha value will exceed a 0-1 range. This can be desirable behavior in some circumstances, so we don't want to make assumptions about these values, how they are used, or modify them without the user having control. If we aggressively sanitized all values, it would also reduce performance-- so we it's up to the user to make decisions about their particular use-case.