In many programming languages, leading zeros in a number are interpreted as an octal (base-8) value rather than a decimal (base-10) one. To avoid this potential confusion and ensure accurate number representation, what syntax convention is typically used for octal values, and why is it important to adhere to this convention?